projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26ccf4
)
* lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
author
Andrew G Cohen
<cohen@andy.bu.edu>
Tue, 28 Mar 2023 12:21:13 +0000
(20:21 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Sun, 9 Apr 2023 06:23:34 +0000
(14:23 +0800)
lisp/gnus/nnselect.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnselect.el
b/lisp/gnus/nnselect.el
index 66577282a0fb1ccbb72724d16017cbc060f2424f..7d8d28ac4312e6d29d678166a9184c8dc6a0da1b 100644
(file)
--- a/
lisp/gnus/nnselect.el
+++ b/
lisp/gnus/nnselect.el
@@
-440,7
+440,7
@@
artlist; otherwise store the ARTLIST in the group parameters."
(if (eq 'nnselect (car (gnus-server-to-method server)))
(with-current-buffer gnus-summary-buffer
(let ((thread (gnus-id-to-thread article)))
- (when thread
+ (when (car thread)
(mapc
(lambda (x)
(when (and x (> x 0))